-
Notifications
You must be signed in to change notification settings - Fork 982
dist: bump rustup
version to v1.29.0
#4513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PS: I understand that this version is not final, but any suggestion regarding the wording/phrasing/format of the changelog is greatly appreciated :) |
CHANGELOG.md
Outdated
- `rustup update` and `rustup toolchain` subcommands will download toolchain | ||
components concurrently. [pr#4436] | ||
|
||
- You can use the `RUSTUP_CONCURRENT_DOWNLOADS` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this discoverable in some other way? If not, how do we make it discoverable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@djc I think we must achieve a careful balance between not spamming the users and improving discoverability. I'm not sure about other potential solutions, but printing a hint every time the download is activated seems like a no-go to me (meaning myself as a user would not want that, and other tools like APT and Docker Compose seemingly are giving no similar hints).
Idem for other options regarding the download.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@djc Some applications show random tips for such cases (I'm thinking of certain video games), maybe we can apply the same techniques somehow and allow it to be hidden at the same time?
The rationale is that these tips are not essential to 99% of the OOTB experience of our app; if users are interested in tuning for their specific environment then after a certain period of time they will know enough information about it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pff, not sure I'd be a fan of random tips. I'm thinking more of relevant error messages, the help
stuff for relevant CLI commands and maybe other places in the documentation.
48eaccf
to
bcc97ee
Compare
bcc97ee
to
ac5c68f
Compare
This is the 1st PR for the
1.29.0
beta release according to our release process.Checklist
Draft the release blog post.(Not required, since this is a beta release.)